[INFO] cloning repository https://github.com/chinoll/bocchi
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chinoll/bocchi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchinoll%2Fbocchi", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchinoll%2Fbocchi'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b7974b26414e4b356ae9c704cb5080784cf48536
[INFO] testing chinoll/bocchi against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchinoll%2Fbocchi" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/chinoll/bocchi
[INFO] finished tweaking git repo https://github.com/chinoll/bocchi
[INFO] tweaked toml for git repo https://github.com/chinoll/bocchi written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/chinoll/bocchi on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/chinoll/bocchi already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9b6d833f48382d7d7bea0eee5a32acd92d9d76b94d84aad882295fdcc3f314a0
[INFO] running `Command { std: "docker" "start" "-a" "9b6d833f48382d7d7bea0eee5a32acd92d9d76b94d84aad882295fdcc3f314a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9b6d833f48382d7d7bea0eee5a32acd92d9d76b94d84aad882295fdcc3f314a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b6d833f48382d7d7bea0eee5a32acd92d9d76b94d84aad882295fdcc3f314a0", kill_on_drop: false }`
[INFO] [stdout] 9b6d833f48382d7d7bea0eee5a32acd92d9d76b94d84aad882295fdcc3f314a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 08ff5116e5bac5696baa1d96f859607be25bed969c52cf954e12daa9a2415f6e
[INFO] running `Command { std: "docker" "start" "-a" "08ff5116e5bac5696baa1d96f859607be25bed969c52cf954e12daa9a2415f6e", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerocopy-derive v0.8.40
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling core2 v0.4.0
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling equator v0.4.2
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling aligned-vec v0.6.4
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling y4m v0.8.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling bitstream-io v4.9.0
[INFO] [stderr]    Compiling v_frame v0.3.9
[INFO] [stderr]    Compiling profiling v1.0.17
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling imgref v1.12.0
[INFO] [stderr]    Compiling weezl v0.1.12
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling socks v0.3.4
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling zune-jpeg v0.4.21
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling avif-serialize v0.8.8
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling fax v0.2.6
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling rgb v0.8.53
[INFO] [stderr]    Compiling pxfm v0.1.28
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling lebe v0.5.3
[INFO] [stderr]    Compiling zune-core v0.5.1
[INFO] [stderr]    Compiling image-webp v0.2.4
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling zune-jpeg v0.5.12
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]    Compiling gif v0.14.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling safetensors v0.4.5
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling png v0.18.1
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling av1-grain v0.2.5
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling moxcms v0.7.11
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling exr v1.74.0
[INFO] [stderr]    Compiling tiff v0.10.3
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling bocchi-core v0.1.0 (/opt/rustwide/workdir/crates/bocchi-core)
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling ravif v0.12.0
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling image v0.25.9
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling hf-hub v0.4.3
[INFO] [stderr]    Compiling bocchi-models v0.1.0 (/opt/rustwide/workdir/crates/bocchi-models)
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> crates/bocchi-models/src/vae/decoder.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |         (&x + &residual)
[INFO] [stdout]     |         ^              ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 126 -         (&x + &residual)
[INFO] [stdout] 126 +         &x + &residual
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> crates/bocchi-models/src/vae/decoder.rs:236:9
[INFO] [stdout]     |
[INFO] [stdout] 236 |         (&attn_output + residual)
[INFO] [stdout]     |         ^                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 236 -         (&attn_output + residual)
[INFO] [stdout] 236 +         &attn_output + residual
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bocchi-cli v0.1.0 (/opt/rustwide/workdir/crates/bocchi-cli)
[INFO] [stderr]    Compiling bocchi-server v0.1.0 (/opt/rustwide/workdir/crates/bocchi-server)
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> crates/bocchi-server/src/types.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct CreateImageRequest {
[INFO] [stdout]    |            ------------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout]  8 |     pub model: Option<String>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub response_format: Option<String>, // "url" or "b64_json"
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     #[serde(default)]
[INFO] [stdout] 16 |     pub negative_prompt: Option<String>, // bocchi extension
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     #[serde(default)]
[INFO] [stdout] 18 |     pub num_inference_steps: Option<usize>, // bocchi extension
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 19 |     #[serde(default)]
[INFO] [stdout] 20 |     pub guidance_scale: Option<f32>, // bocchi extension
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 21 |     #[serde(default)]
[INFO] [stdout] 22 |     pub seed: Option<u64>, // bocchi extension
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 23 |     #[serde(default)]
[INFO] [stdout] 24 |     pub scheduler: Option<String>, // bocchi extension
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CreateImageRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `num_inference_steps`, `noise_strategy`, and `seed` are never read
[INFO] [stdout]   --> crates/bocchi-server/src/types.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 77 | pub struct TrajectoryRequest {
[INFO] [stdout]    |            ----------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 81 |     pub num_inference_steps: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 82 |     #[serde(default)]
[INFO] [stdout] 83 |     pub noise_strategy: String, // "independent", "shared", "perturbed"
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 84 |     #[serde(default)]
[INFO] [stdout] 85 |     pub seed: Option<u64>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TrajectoryRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `decode` is never read
[INFO] [stdout]    --> crates/bocchi-server/src/types.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub struct DenoiseToX0Request {
[INFO] [stdout]     |            ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub decode: bool,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DenoiseToX0Request` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.08s
[INFO] running `Command { std: "docker" "inspect" "08ff5116e5bac5696baa1d96f859607be25bed969c52cf954e12daa9a2415f6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08ff5116e5bac5696baa1d96f859607be25bed969c52cf954e12daa9a2415f6e", kill_on_drop: false }`
[INFO] [stdout] 08ff5116e5bac5696baa1d96f859607be25bed969c52cf954e12daa9a2415f6e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 27e847980e891170dd8aa64f1e001f2c29d3b3beb4e324eaa9c639907ff12c8e
[INFO] running `Command { std: "docker" "start" "-a" "27e847980e891170dd8aa64f1e001f2c29d3b3beb4e324eaa9c639907ff12c8e", kill_on_drop: false }`
[INFO] [stderr]    Compiling bocchi-core v0.1.0 (/opt/rustwide/workdir/crates/bocchi-core)
[INFO] [stderr]    Compiling bocchi-models v0.1.0 (/opt/rustwide/workdir/crates/bocchi-models)
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> crates/bocchi-models/src/vae/decoder.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |         (&x + &residual)
[INFO] [stdout]     |         ^              ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 126 -         (&x + &residual)
[INFO] [stdout] 126 +         &x + &residual
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> crates/bocchi-models/src/vae/decoder.rs:236:9
[INFO] [stdout]     |
[INFO] [stdout] 236 |         (&attn_output + residual)
[INFO] [stdout]     |         ^                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 236 -         (&attn_output + residual)
[INFO] [stdout] 236 +         &attn_output + residual
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bocchi-cli v0.1.0 (/opt/rustwide/workdir/crates/bocchi-cli)
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> crates/bocchi-models/src/vae/decoder.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |         (&x + &residual)
[INFO] [stdout]     |         ^              ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 126 -         (&x + &residual)
[INFO] [stdout] 126 +         &x + &residual
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> crates/bocchi-models/src/vae/decoder.rs:236:9
[INFO] [stdout]     |
[INFO] [stdout] 236 |         (&attn_output + residual)
[INFO] [stdout]     |         ^                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 236 -         (&attn_output + residual)
[INFO] [stdout] 236 +         &attn_output + residual
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bocchi-server v0.1.0 (/opt/rustwide/workdir/crates/bocchi-server)
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> crates/bocchi-server/src/types.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct CreateImageRequest {
[INFO] [stdout]    |            ------------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout]  8 |     pub model: Option<String>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub response_format: Option<String>, // "url" or "b64_json"
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     #[serde(default)]
[INFO] [stdout] 16 |     pub negative_prompt: Option<String>, // bocchi extension
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     #[serde(default)]
[INFO] [stdout] 18 |     pub num_inference_steps: Option<usize>, // bocchi extension
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 19 |     #[serde(default)]
[INFO] [stdout] 20 |     pub guidance_scale: Option<f32>, // bocchi extension
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 21 |     #[serde(default)]
[INFO] [stdout] 22 |     pub seed: Option<u64>, // bocchi extension
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 23 |     #[serde(default)]
[INFO] [stdout] 24 |     pub scheduler: Option<String>, // bocchi extension
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CreateImageRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `num_inference_steps`, `noise_strategy`, and `seed` are never read
[INFO] [stdout]   --> crates/bocchi-server/src/types.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 77 | pub struct TrajectoryRequest {
[INFO] [stdout]    |            ----------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 81 |     pub num_inference_steps: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 82 |     #[serde(default)]
[INFO] [stdout] 83 |     pub noise_strategy: String, // "independent", "shared", "perturbed"
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 84 |     #[serde(default)]
[INFO] [stdout] 85 |     pub seed: Option<u64>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TrajectoryRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `decode` is never read
[INFO] [stdout]    --> crates/bocchi-server/src/types.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub struct DenoiseToX0Request {
[INFO] [stdout]     |            ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub decode: bool,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DenoiseToX0Request` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcCaRjmk/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libbocchi_models-12790bfc201a2b9b,libhf_hub-4e5e9ab12a8f26c7,libdirs-b7487c9e562e2bd2,libdirs_sys-8a45d9cfdd6d7e52,liboption_ext-23838f1959a6156b,libnum_cpus-3c97ca9b371a7031,libureq-e277b8c3299264d9,libwebpki_roots-8e9823caf0017823,libwebpki_roots-36d881d3a434e6f5,libsocks-0252f6b07db5e4bd,libbyteorder-1efcbe4f07366651,libflate2-123d4b23881f3f79,libminiz_oxide-209998904a4e2499,libsimd_adler32-5eb909258a4e5f49,libcrc32fast-66fcb8dfd77ba9de,librustls-ce920cafdc009e35,libsubtle-ca7024fc66e4388f,libwebpki-2a4b05a661265047,libring-46190aa71e065b62,libgetrandom-795d360258582ab7,libuntrusted-3420b86308bec153,libreqwest-610a37c7b2b159c8,libserde_urlencoded-93aff8b641d50eba,libryu-ace37e26d8308611,librustls_pki_types-43396bc1bdb4df85,libzeroize-36c98e1e0ab441af,libhyper_tls-bd122b39411ff90c,libtokio_native_tls-9b47d62ec165342e,libmime-4b44681fdb2c65f7,libencoding_rs-f47fb1c01542042e,libtower_http-13ff8b2730ce8918,libiri_string-d8b08e8827a09725,libtower-294994967eb76ce8,libtower_layer-d70c7e404336389b,libnative_tls-183fffecb7ce3f7e,libopenssl_probe-2e4370df64ac645e,libopenssl-4d5d6df69aeb3b8f,libbitflags-5c085993cab0beac,libforeign_types-5fe497e04623184e,libforeign_types_shared-1d09a6084921ca40,libopenssl_sys-ace6c781c4174c70,libhyper_util-7fff23813aed9040,libbase64-2a03de3babadded3,libipnet-ab246bcb66b2cb35,libtower_service-0d7df29686b13872,libhyper-9c6583c8bff7715f,libwant-7ab32758a94a943e,libtry_lock-aabba5e3d97e6b57,libhttparse-4b1ed73b760072b9,libh2-dad5b15f3519a34d,libtracing-a30bb2ec37abb4da,libtracing_core-fc2d38f4334e7941,libindexmap-fb3ae6ea90f53af1,libequivalent-7e0e8cbe6c474a67,libhashbrown-00f937fe1169347c,libfnv-2d77ec4f6f971b24,libpin_utils-9a5791cba021167a,libatomic_waker-001109810bdecbaa,libhttpdate-9f9d2502c6a38412,libtokio_util-c72c4793bb6a82df,libtokio-1cc4221dee9516b2,libsignal_hook_registry-c33ebd2f6494eddd,liberrno-b08a22cab995ffc5,libsocket2-6004f894d8f38f07,libmio-4473721c15968d70,libparking_lot-928deb1ccfd31e57,libparking_lot_core-f10598cd6ce80b19,liblock_api-ec1e77aca18a533b,libscopeguard-d52bd00767847e44,libhttp_body_util-6ebe35ca0c711b0b,libhttp_body-c1839cc45fdc82ab,liblog-cfb0a897de58af94,liburl-5ff89ad5a9617f5f,libidna-445a3d81cb8aef1c,libutf8_iter-0d9be7b316c2b184,libidna_adapter-22c9534de40a44ad,libicu_properties-0e54877e79528c3f,libicu_properties_data-8a58b99d72eea4b6,libicu_normalizer-708beb1b2af4af8b,libsmallvec-5854932b8c8b4991,libicu_normalizer_data-088c419f54c50650,libicu_collections-896fe4e787451415,libpotential_utf-a3cb09e091eb5dac,libicu_provider-e87b79df08b54524,libicu_locale_core-e08030bc369f4ea8,libtinystr-e6016caba4cc195f,liblitemap-25fe1ff30044fa90,libwriteable-8a34c6e0a2a8ded3,libzerovec-fa91b84e56121f7a,libzerotrie-6902cf3b26ed4090,libyoke-e5dd248f660dff8e,libstable_deref_trait-704f67c99a4c5f65,libzerofrom-da883e32a433cae7,libform_urlencoded-b57e943dc1db8475,libpercent_encoding-c53c37e60dd2727e,libhttp-2b4f0b9284ae8d87,libbytes-ff5aca13e3e348ea,libsync_wrapper-48a86ae4bb41793c,libfutures-aee079be54c605ca,libfutures_executor-ccfdd1460f625cb8,libfutures_util-720db6f037b28b5f,libfutures_io-9bc2d3828d4ba8af,libslab-e253d0c0a7952806,libfutures_channel-269d605913ea0ccb,libpin_project_lite-8a799ba8b4537fa2,libfutures_sink-97e10fe82c3fc434,libfutures_task-eafdccc31efa9d5a,libfutures_core-f0387e1e69ce8814,libindicatif-f48681b11930d020,libportable_atomic-b9268ebf6198f0eb,libnumber_prefix-8479f39d71e80d3e,libconsole-e2f6ff8da1c5faf5,libunicode_width-11318280e9097d13,libonce_cell-0ba6aecba7086d38,libregex-0d2c9b6e47e1f5e2,libregex_automata-9eb9569f5fe3a8ab,libaho_corasick-911505ac5b3ee82d,libregex_syntax-a59969707b42f994,libbocchi_core-4ddc4b85628889ed,libhalf-c130cf46fd200279,libthiserror-8d48f50e62149409,libsafetensors-90ba8e76ae071e68,libserde_json-c5ac5c2b28849caa,libmemchr-9b3f20cfb3ebd3b2,libitoa-ae20521aea192d35,libzmij-07c2bc01ed4c756c,librand-4600c695c0d700ef,librand_chacha-2dffafd844061113,libppv_lite86-f874f62cc18c783f,libzerocopy-505af23b413d1eee,librand_core-6189710c1db70569,libgetrandom-9403a07bb7362fff,liblibc-f0d996076a85b3d5,libcfg_if-5af52f617df93f8f,libserde-babbbc68ad2070af,libserde_core-57e528f07a610d2d}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcCaRjmk/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-846acf0778205177/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/scheduler_test-460086f70dae2029" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bocchi-models` (test "scheduler_test") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "27e847980e891170dd8aa64f1e001f2c29d3b3beb4e324eaa9c639907ff12c8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27e847980e891170dd8aa64f1e001f2c29d3b3beb4e324eaa9c639907ff12c8e", kill_on_drop: false }`
[INFO] [stdout] 27e847980e891170dd8aa64f1e001f2c29d3b3beb4e324eaa9c639907ff12c8e
